/* HTML5 */
footer, header, main, nav {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	color: black;
	background: white;
	font-family: Calibri,Helvetica,Arial,sans-serif;
}

code,pre {
	font-family: Consolas,"Courier New",Courier,monospace;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Cambria,"Times New Roman",Times,serif;
}

ul {
	list-style-type: square;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

/* Default link style */
a:link { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:focus { color:black; text-decoration:none; }
a:hover { color:black; text-decoration:none; }
a:active { color:black; text-decoration:none; }

a[name]:hover { color:black; text-decoration:none; }

#head {
	margin: 0;
	padding: 5px;
	background: white;
	border-bottom: 1px solid black;
}

#head h1 {
	margin: 0;
	padding: 0;
}

#head p {
	display: none;
}

#nav {
	display: none;
}

#ads {
	display: none;
}

#content {
	margin: 0;
	padding: 5px;
}

#content h3 em {
	color: gray;
	font-size: small;
}

#foot {
	display: none;
}

/* Heading list */
.headinglist dt {
	font-weight: bold;
}

.headinglist dd {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

p.important {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid black;
	font-weight: bold;
}

p.note {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid black;
}

pre.code {
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted black;
}

.noprint {
	display: none;
}

/* Inline list */
ul.inline {
	margin: 1em;
	padding: 0;
}

ul.inline li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none;
}

/* RSS feed items */
.rssfeeditems li {
	margin-bottom: .5em;
}

.rssfeeditems em {
	margin-left: .5em;
	color: gray;
	font-size: smaller;
}

/* Table */
.table {
	border-collapse: collapse;
}
.table th {
	border-bottom: 2px solid black;
}
.table td {
	border-bottom: 1px solid black;
}
.table th, .table td {
	padding: .6em;
}

.table.is-bordered {
	border: 1px solid black;
}
.table.is-bordered th, .table.is-bordered td {
	border: 1px solid black;
}

.table.is-narrow th, .table.is-narrow td {
	padding: .3em;
}

/* Translation status colors */
.translated { color: black; }
.fuzzy { color: black; }
.untranslated { color: black; }

/* GUI elements */
.guimenu,.guisubmenu,.guimenuitem,.guilabel {
	font-style: italic;
}

/* Text alignments */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* Indented content */
.indented { margin: 1em; }